home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / hardware / cdbnch / cdbench.doc < prev    next >
Encoding:
Text File  |  1995-03-07  |  1.8 KB  |  46 lines

  1. CD Bench V1.00
  2. ==============
  3.  
  4. This program checks the data transfer rate of your CD ROM drive at different
  5. CPU usage levels. When being run, it creates an file named CDBENCH.TXT in
  6. your current directory.
  7.  
  8. To start the program, insert a CD ROM in your drive and enter the following
  9. command:
  10.  
  11.         CDBENCH   <NameOfAFileOnYourCDRom>
  12.  
  13. where the filename must include the CD ROM drive letter. Do not run the program
  14. if your current working directory is on a write protected volume, since the
  15. file CDBENCH.TXT is created in your current working directory.
  16.  
  17. In order to reduce the possible influence of an on-drive cache, the file
  18. specified should be at least 5 MB big. To get comparable results, please
  19. remove all cache programs (e.g. SMARTDRV) from the systems memory.
  20.  
  21. The Technical Side
  22. ------------------
  23. CDBENCH has been written using the WATCOM compiler (V10.0)
  24. and the DOS4/GW extender (V1.97 professional). It simulates an CPU usage level
  25. while reading from your CD ROM drive. This is done by using the timer IRQ
  26. which has been reprogrammed for this.
  27.  
  28. What is all this good for?
  29. --------------------------
  30. By now I'm writing software for playback of fullsize videos on the PC. Since
  31. I don't want to use something like Windows, I've to develop everything on my
  32. own. I've noticed that different CD ROM drives behave very different on transfer
  33. speed when concurrently a different process (yes, yes) is being run under DOS.
  34. In order to optimize this routine, I would like to ask as many people as possible
  35. to run this program and mail the file CDBENCH.TXT to me. My e-mail adress
  36. is: hoffi@rz.tu-ilmenau.de
  37. If some people are interested, I could also publish the results in some
  38. news groups.
  39.  
  40.  
  41. Thanx in advance,
  42.  
  43. Martin Hoffesommer
  44. hoffi@rz.tu-ilmenau.de
  45.  
  46.